#1 TODO
## # A tibble: 6 x 11
## # Groups: Country_Region [6]
## Country_Region Last_Update Lat Long Confirmed Deaths Recovered Active
## <chr> <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
## 1 Afghanistan 9/27/20 4:… 33.9 67.7 39192 1453 32635 5104
## 2 Albania 9/27/20 4:… 41.2 20.2 13153 375 7397 5381
## 3 Algeria 9/27/20 4:… 28.0 1.66 50914 1711 35756 13447
## 4 Andorra 9/27/20 4:… 42.5 1.52 1836 53 1263 520
## 5 Angola 9/27/20 4:… -11.2 17.9 4672 171 1639 2862
## 6 Antigua and B… 9/27/20 4:… 17.1 -61.8 98 3 92 3
## # … with 3 more variables: Combined_Key <chr>, Incidence_Rate <dbl>,
## # `Case-Fatality_Ratio` <dbl>
#2
#3
#4
Application written in R (R Core Team 2015). Data from (Johns Hopkins University 2020) Referenced web-pages (Bookdown, n.d.) (R-Studios, n.d.) (Dirk Eddelbuettel 2012). #Reference
Bookdown. n.d. Bibliographies and Citations. Web manual. https://bookdown.org/yihui/rmarkdown-cookbook/bibliography.html.
Dirk Eddelbuettel. 2012. “Hiding the R Code in Rmarkdown/Knit and Just Showing the Results.” Stackoverflow discussion. https://stackoverflow.com/questions/13091112/hiding-the-r-code-in-rmarkdown-knit-and-just-showing-the-results.
Johns Hopkins University. 2020. “Novel Coronavirus (Covid-19) Cases, Provided by Jhu Csse.” GitHub page. https://github.com/CSSEGISandData/COVID-19.
R Core Team. 2015. “R: A Language and Environment for Statistical Computing.” Journal Article. http://www.R-project.org.
R-Studios. n.d. Scales for Area or Radius. Web manual. https://ggplot2.tidyverse.org/reference/scale_size.html.